home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 15
/
macformat_15.iso
/
C de cerca
/
Codewarrior Lite
/
MacOS Support
/
Headers
/
ANSI Headers
/
stdarg.h
< prev
next >
Wrap
Text File
|
1995-12-29
|
375b
|
22 lines
#if __MWERKS__
#pragma options align=mac68k
#if __CFM68K__ && __USING_IMPORTED_ANSI__
#pragma import on
#endif
#include <_stdarg.h>
#if __CFM68K__ && __USING_IMPORTED_ANSI__
#pragma import reset
#endif
#pragma options align=reset
#endif
/* Change log:
*94June04 PlumHall baseline
*94Sept30 Applied diffs for Wed Aug 31 07:55:38 1994
*94Oct07 Inserted MW changes.
*/